Revision: arnesi--dev--1.2--patch-24
Archive: bese-2004@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Sun Oct 17 19:04:50 CEST 2004
Standard-date: 2004-10-17 17:04:50 GMT
Modified-files: src/cps.lisp
New-patches: bese-2004@common-lisp.net/arnesi--dev--1.2--patch-24
Summary: Handle declares and doc strings in defmethod/cc and defun/cc
Keywords: 

We were blindly putting declare forms and doc strings inside the cps'd
progn, which was Just Wrong (TM). A utility function
(split-body-into-parts) was created to extract, given a body of lisp
forms, the doc strings and the declares.
